home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2003 August
/
MW 8 2003 CD1.iso
/
Inside Macworld
/
Q&A
/
LinkConverter 1.2.1
/
AppleScript Examples
/
AS Link to OS 8.5 Part2
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-08-06
|
282 b
|
7 lines
|
[
TEXT/ToyS
]
set theList to {"Mac OS:Desktop Folder:Mac startup keys", "Mac OS:Desktop Folder:AppleScript"} --theList contains the Links to convert
tell application "Link to OS 8.5"
launch
set its silent to true -- this suppresses the final window with counter and time
open theList
end tell